home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / sfame120.zip / SCRIPTS.ZIP / SCRIPT1.SCR next >
Text File  |  1995-01-07  |  609b  |  11 lines

  1. ;Info on sending Internet E-Mail messages. 
  2. ;You could also use the DISPLAYFILE command to display a help file.
  3. ;This script is just an example of how scripts can be used. You should
  4. ;edit this for your own BBS.
  5. DISPLAY "To send an E-Mail message, the To: name should be INTERNET and"
  6. DISPLAY "the subject should be 1:170/260 <subject>. The first line of"
  7. DISPLAY "the message body must be To:<address of who this message is to>"
  8. ;The below ASK command doesn't use a variable number. You only need to
  9. ;include the variable number if you want to save the response.
  10. ASK "Press <ENTER> to continue..."
  11.